home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / games / extrem_t.exe / scripts / DefineButton2_82 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2012-08-27  |  160b  |  10 lines

  1. on(rollOver){
  2.    if(choix != 1)
  3.    {
  4.       bordinew.gotoAndPlay(2);
  5.       bordiold.gotoAndStop(1);
  6.       sonMC.gotoAndPlay(3);
  7.       choix = 1;
  8.    }
  9. }
  10.